home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 139 / Exame Informatica 139.iso / Revista / Flash / Uniform Server / diskw / docs / SERVER STRUCTURE.txt < prev   
Encoding:
Text File  |  2005-12-25  |  2.8 KB  |  124 lines

  1. --------------------
  2. The Server Structure
  3. --------------------
  4.  
  5. w:\www
  6.   Document root (/).
  7.     By default:
  8.     ReadmeName README.html
  9.     HeaderName HEADER.html
  10.     server-parsed .shtml .shtm .sht
  11.     DirectoryIndex index.html index.shtml index.html.var 
  12.                        index.htm index.php3 index.php index.pl 
  13.                        index.cgi
  14. w:\www\images
  15.   Images directory
  16.  
  17.  
  18. w:\cgi-bin
  19.   Script root (/cgi-bin/).
  20.     By default:
  21.     cgi-script .bat .exe .pl .cgi
  22.  
  23.  
  24. w:\home
  25.   Users home page.
  26.  
  27. w:\home\admin
  28.   Administration page.
  29. w:\home\admin\Www
  30.   Server administration pages root (/apanel/);
  31. w:\home\admin\www/cgi-bin
  32.   Server administration script root (/apanel/cgi-bin/);
  33. w:\home\admin\program
  34.   Server administration programs;
  35. w:\home\admin\Www\phpMyAdmin
  36.   MySQL administrator (/apanel/phpMyAdmin/)
  37. w:\home\admin\Www\plugins
  38.   Admin Plugins directory.
  39. w:\home\admin\www\icons
  40.   Admin Panel Icons
  41. w:\home\admin\www\images
  42.   Admin Panel Images
  43. w:\home\admin\www\rss
  44.   RSS Parser
  45.  
  46. W:\usr
  47.   User Program directory
  48.  
  49. w:\usr\bin
  50.   PERL folder.
  51. w:\usr\lib
  52.   Selected PERL libraries. To have all libraries download "perl_modules"
  53.  
  54. w:\usr\local
  55.   Program folder.
  56.  
  57. w:\usr\local\apache2
  58.   Apache2 folder.
  59. w:\usr\local\apache2\bin
  60.   Apache2 binaries.
  61.   A copy of php.ini should be placed here for php module!
  62. w:\usr\local\apache2\conf
  63.   Apache2 configuration files. (see httpd.conf)
  64. w:\usr\local\apache2\icons
  65.   Apache2 icons.
  66. w:\usr\local\apache2\logs
  67.   Apache2 logs.
  68. w:\usr\local\apache2\modules
  69.  
  70.  
  71. w:\usr\local\mysql
  72.   MySQL folder.
  73. w:\usr\local\mysql\bin
  74.   MySQL binaries.
  75. w:\usr\local\mysql\data
  76.   MySQL databases.
  77. w:\usr\local\mysql\share
  78.   MySQL share.
  79.  
  80. w:\usr\local\php
  81.   PHP folder. (see php.ini)
  82.     By default:
  83.     register_globals = On - But you should do your best to write 
  84.     your scripts so that they do not require register_globals to be on. 
  85.     The easy way to use such variables "$step=$HTTP_POST_VARS['Submit'];".
  86.         Or "import_request_variables("gP", "st");" - see PHP documentation.
  87. w:\usr\local\php\logs
  88.   PHP log files
  89. w:\usr\local\php\extensions
  90.   PHP Extensions
  91.  
  92.              
  93. w:\tmp
  94.   Temporally folder.
  95.       
  96.          
  97. W:\plugins
  98.   Server Plugins durectory.
  99. w:\plugins\Services
  100.   Uniform Server Sercives Script (For NT)         
  101.  
  102.  
  103. w:\docs
  104.   Uniform Server Documentation (/docs/)
  105.  
  106.  
  107. w:\docs\src
  108.   Uniform Server Source Files
  109.  
  110.  
  111. w:\htpasspwd
  112.   Uniform Server HTPASSWD dirctory
  113.         By default:
  114.         Contains the dir for the htpasswds of admin and www
  115.          
  116.  
  117. -----------------------------------------------------------
  118. Copyright 2002-2005 The Uniform Server Development Team
  119. All rights reserved.
  120.  
  121. The authors were trying to make the best product so they 
  122. cannot be held responsible for any type of damage or 
  123. problems caused by using this or another software.
  124.